home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / ftpgadrq.rdm < prev    next >
Text File  |  1996-02-22  |  2KB  |  67 lines

  1. Short:    Arexx link for GadMGet & AmiFTP/DaFTP V2.10
  2. Author:   peterh@fl.net.au
  3. Uploader: peterh@fl.net.au
  4. Type:     comm/net
  5.  
  6.  This is FTPGadReq V2.10, a simple utility for use with DaFTP or AMIFTP.
  7.  
  8.          **** REQUIRES REQREXXTOOLS.LIBRARY, GadMGet, & GZip ****
  9.                        **** Available on Aminet****
  10.  
  11.  FTPGadReq  is  an  Arrex script which filters the output from GadMGet, and
  12. then  gets  the  selected  file  using  AmiFTP or DaFTP.  When run, it will
  13. display a requester with 5 options
  14.  
  15. RECENT.Z   ---- GET RECENT.Z from your Aminet host, and extract it
  16.  
  17. RECENT     ---- GET RECENT from your host
  18.  
  19. OLD        ---- use the local RECENT file 
  20.  
  21. INDEX      ---- use the local INDEX file
  22.  
  23. REUSE      ---- use the output from the last run of FTPGadReq. (if using
  24.                 the CLIP: device, this may have been overwritten)
  25.  
  26.  
  27. GadMget  will  then run, using the selected file as source.
  28. When files have been selected, and GadMget quit, AmiFTP will then get these
  29. files for you.
  30.  
  31.  When the file has been received, the description for it in Recent or Index
  32. will be added as a file note.
  33.  
  34. FTPGadReq also needs some variables to be set by you These are:
  35.  
  36.  
  37. client    ---- Either AMIFTP or DAFTP
  38.  
  39. GadPath   ---- This is the full path name of GadMget on your system
  40.  
  41. Recent    ---- This is the full pathname for your RECENT file (should be in
  42.                your downloads drawer)
  43.  
  44. Index     ---- This is the full pathname for your INDEX file (can be anywhere)
  45.  
  46. GadOut    ---- This is the full path to the file GadMGet writes it's output to
  47.  
  48. scre      ---- The Public Screen which you use for your FTP client (if none
  49.                then set to 'Workbench')
  50.  
  51. downl     ---- The path to your download area (must end in ':' or '/')
  52.  
  53.  
  54.  The variables must be set correctly, and gzip must be in your path for all
  55. options to work.
  56.  
  57.  One  note  for AmiFTP users:  A transfer started via Arexx will not RESUME
  58. an  interupted  transfer,  as the check for an existing file is done before
  59. the  client  gets  the file size from the server, at least this is the case
  60. with version 1.0
  61.  
  62.  
  63.  
  64.  This script is freeware, do with it as you will.
  65.  
  66.  Peter Hanrahan (peterh@fl.net.au)
  67.